/* .login_wrapper {
  position: relative;
  background: #fff url('../images/login_bg.jpg') no-repeat left center;
  background-size: cover;
} */
.md-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 99998;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s;
}
  
.md-overlay.md-show,.login_panel.show,.search_form.show  {
  display: block;
  visibility: visible;
}
.search_form{
  display: none;
  position:fixed;
  top:50%;
  left:50%;
  width: 350px;
  transform:translateX(-50%) translateY(-50%);
  border:  5px solid rgba(138, 138, 138, 0.3);
  z-index: 99999;
}
.login_panel {
  background-color: #fff;
  position:fixed;
  display: none;
  top:50%;
  left:50%;
  width: 300px;
  transform:translateX(-50%) translateY(-50%);
  padding: 30px 50px;
  /* box-shadow: rgb(0 0 0 / 70%) 0px 6px 20px; */
  border-radius: 5px;
  border:  5px solid rgba(138, 138, 138, 0.3);
  z-index: 99999;
}

.login_panel h2 {
  border-bottom: 2px solid #1950aa;
  color: #1950aa;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  vertical-align: middle;
  line-height: 36px;
  margin-bottom: 20px;
}

.fm-text {
  width: 100%;
  font-size: 14px;
  border:0.5px solid #DCDFE6;
  /* border-image:none; */
  outline:0;
  line-height: 22px;
  height: 33px;
  margin-top: 0;
  padding-left: 10px;
  /* background: #fff; */
  box-shadow: none;
  /* caret-color: #ff6a00; */
  margin-bottom: 10px;
  box-sizing: border-box;
}

.login_panel label {
  display: none;
}

 .fm-button {
  background-color: #1950aa;
  /* border-color: #ff6a00; */
  background-image: none;
  border: none;
  font-size: 14px;
  min-width: 140px;
  height: 40px;
  padding: 0 30px;
  line-height: 36px;
  border-radius: 0;
  box-shadow: 0 1px 1px #ebe7e6;
  zoom: 100%;
  width: 100%;
  color: #fff;
  margin-top: 35px;
}

.login_panel .forgot_pw {
  text-align: right;
  padding-top: 10px;
}

.login_panel .form_item {
  position: relative;
}

.login_panel .pic_code {
  position: absolute;
  top: 0;
  right: 0;
}

.login_panel .forgot_pw a {
  color: #999;
}

.go_to_register {
  position: absolute;
  /* background-image:linear-gradient(#ff6e02,#ffff00,#ff6e02); */
  /* background: linear-gradient(45deg #ff6e02, #ffff00 50%, transparent 50%, transparent 100%,); */
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  color: #fff;
  z-index: 9999;
  line-height: 50px;
  text-align: right;
  padding-right: 8px;
  box-sizing: border-box;
  background: linear-gradient(225deg, #ff6e02, #ffc600 50%, transparent 50%, transparent 100%);
}

.go_to_register:hover {
  cursor: pointer;
}
.go_to_register a {
  color: #fff;
}
.read_policy a{
  padding: 0 3px;
}
.read_policy:hover{cursor: pointer;}

.showMessage {
  padding: 10px 20px;
  border-radius: 5px;
  position: fixed;
  top: 15%;
  left: 50%;
  color: #ffffff;
  z-index: 99999999;
  transform: translate(-50%, 0);
}

.showMessageSuccess {
  background-color: #f0f9eb;
  border: 1px solid #E1F3D8;
  color: #67c23a;
}

.showMessageError {
  background-color: #fef0f0;
  border: 1px solid #fde2e2;
  color: #F76C6C;
}
@media screen and (max-width: 736px) {
  .login_panel{
    padding:30px 30px;
    width: 250px;
  }
}


/* 20220819 */
.form_item_txt { display: flex; justify-content: space-between; align-items: center;}
.form_item_txt span{color: #1950aa;}
.form_item_txt span:hover{cursor: pointer;}
.form_item_txt .forgotPws{ border-bottom: 1px solid #333;}
.header2 .login_small {
  display: none;
}
@media screen and (max-width: 920px) {
  .header2 .login_small {
    display: block;
    position: fixed;
    right: 80px;
    top: 18px;
    width: 60px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    background-color: #41a0f3;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
}
}
